home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / gigo0714.zip / REQFILES.FAQ < prev    next >
Text File  |  1994-08-29  |  2KB  |  42 lines

  1. Q: What format are the FUNCTION.REQ and FUNCTION.REP files 
  2. Q: How do I use the USER ... FUNCTION ...  commands?
  3.  
  4.    When GIGO encounters email to a USER .. FUNCTION command,
  5.    it saves the incoming message, verbatim, as FUNCTION.REQ.
  6.    It then shells out, runs the specified command, and then
  7.    looks to see if FUNCTION.REP is present.  If it is, it is
  8.    sent back to the person requesting the service.
  9.    It's all straight ascii, nothin' fancy at all.
  10.  
  11.  
  12. Q: What is the structure of .REQ files for fileserv request?
  13.  
  14. A: The structure of the .REQ file is very similiar to a Binkley
  15.    flo file.  The first line _must_ be the email  address that the
  16.    resulting messages should be sent to.  The remaining lines can
  17.    be comments that are sent to the user (lines starting with ; are
  18.    considered comments).  Or, they may be file names to be sent.
  19.    If the path is not specified, the FILESERV-OKFILES listing will
  20.    be checked for the file.  To delete the file afterwords, 
  21.    start the line with a # or ^ symbol.
  22.  
  23. Example .REQ file:
  24. 1: joe.schmuck@somewhere.org
  25. 2: ; This file has been created by the sysop 
  26. 3: ; any questions, email joe@mysite.bbs.org ..
  27. 4: GIGO                
  28. 5: e:\files\gateways\gigo0829.zip
  29. 6: #f:\bbs\outbound\00010414.mo1
  30. 7: ; 
  31. 8: ; That's all folks!
  32.  
  33.  
  34. Line 1:  email address
  35. Line 2,3,7,8:  Sent to user in a message from fileserv
  36. Line 4:  Looks for a file or magic name called GIGO in your fileserv-okfiles
  37.          listing.  If found, sends it.
  38. Line 5:  Absolute path name.  Sends the designated file.
  39. Line 6:  Absolute path name; mail bundle from fidonet.  Deletes when done.
  40.  
  41.  
  42.